home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / arraysvcs.idb / usr / sbin / arshell.z / arshell
Text File  |  2002-02-28  |  510b  |  17 lines

  1. #!/bin/sh
  2. #
  3. # Wrapper script for arshell. This is a good place to add site-specific
  4. # options or to replace the array services remote shell program with a
  5. # different one.
  6.  
  7. #
  8. # Sites that use array services authentication may want to include
  9. # the "-F" option below, for example:
  10. #
  11. # exec /usr/lib/array/bin/arshell -F $*
  12. #
  13. # This will cause commands to be forwarded through the local array services
  14. # daemon so that users do not need to specify the -Kl and -Kr options.
  15. #
  16. exec /usr/lib/array/bin/arshell "$@"
  17.